Skip to content

Commit

Permalink
ks: 0.4.0 -> 0.4.2 (#360515)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Dec 3, 2024
2 parents 93e8ab6 + bac23e2 commit 77b951f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkgs/by-name/ks/ks/package.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{ stdenv
, lib
, fetchFromGitHub
{
stdenv,
lib,
fetchFromGitHub,
}:

stdenv.mkDerivation (finalAttrs: {
pname = "ks";
version = "0.4.0";
version = "0.4.2";

src = fetchFromGitHub {
owner = "loteoo";
repo = "ks";
rev = "${finalAttrs.version}";
hash = "sha256-jGo0u0wiwOc2n8x0rvDIg1suu6vJQ5UCfslYD5vUlyI=";
hash = "sha256-v05wqlG7Utq1b7ctvDY9MCdjHVVZZNNzuHaIBwuRjEE=";
};

installPhase = ''
Expand Down

0 comments on commit 77b951f

Please sign in to comment.