Skip to content

Commit 097f9e6

Browse files
committed
skippy-xd: richardgv/skippy-xd unstable-2023-03-10 -> dreamcat4 0.6.0
Updating to the latest release 0.6.0 and switching to the currently actively maintained fork from dreamcat4.
1 parent 18b17c5 commit 097f9e6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/tools/X11/skippy-xd/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
}:
1515
stdenv.mkDerivation rec {
1616
pname = "skippy-xd";
17-
version = "unstable-2015-03-01";
17+
version = "0.6.0";
1818
src = fetchFromGitHub {
19-
owner = "richardgv";
19+
owner = "dreamcat4";
2020
repo = "skippy-xd";
21-
rev = "397216ca67074c71314f5e9a6e3f1710ccabc29e";
22-
sha256 = "sha256-iP6g3iS1aPPkauBLHbgZH/l+TXbWyIJ2TmbrSiNTkn0=";
21+
rev = "d0557c3144fc67568a49d7207efef89c1d5777a0";
22+
sha256 = "sha256-dnoPUPCvuR/HhqIz1WAsmWL/CkfTf11YEkbrkVWM4dc=";
2323
};
2424
nativeBuildInputs = [ pkg-config ];
2525
buildInputs = [

0 commit comments

Comments
 (0)