Skip to content

Commit

Permalink
supersonic: 0.13.1 -> 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 22, 2024
1 parent 0c23a22 commit 8b53f52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/su/supersonic/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ assert waylandSupport -> stdenv.hostPlatform.isLinux;

buildGoModule rec {
pname = "supersonic" + lib.optionalString waylandSupport "-wayland";
version = "0.13.1";
version = "0.13.2";

src = fetchFromGitHub {
owner = "dweymouth";
repo = "supersonic";
rev = "v${version}";
hash = "sha256-hJLooKH5jketvPTfTtkNBQL1F9lzBEhDZuUXZRFEcWo=";
hash = "sha256-zSfUhqhmTiWVrW03mos1jV26O4hM5NCF0BD1lP919Dk=";
};

vendorHash = "sha256-wT1WvwUUAnMIKa+RlRDD2QGJpZMtoecQCxSJekM6PdM=";
vendorHash = "sha256-d3IkOLY1907w9zeVEJBFb+NP8nDIJe+6Hv+k+5wymwo=";

nativeBuildInputs =
[
Expand Down

0 comments on commit 8b53f52

Please sign in to comment.