1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

dualsensectl: 0.5 -> 0.6

This commit is contained in:
R. Ryantm 2024-08-21 06:20:14 +00:00
parent 625941e1a9
commit 442b331aa9

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dualsensectl";
version = "0.5";
version = "0.6";
src = fetchFromGitHub {
owner = "nowrep";
repo = "dualsensectl";
rev = "v${finalAttrs.version}";
hash = "sha256-+OSp9M0A0J4nm7ViDXG63yrUZuZxR7gyckwSCdy3qm0=";
hash = "sha256-Wu3TcnHoMZELC7I2PlE8z00+CycgpNd6SiZd5MjYD+I=";
};
postPatch = ''